go/parser.parser.leadComment (field)
9 uses
go/parser (current package)
parser.go#L49: leadComment *ast.CommentGroup // last lead comment
parser.go#L233: p.leadComment = nil
parser.go#L262: p.leadComment = comment
parser.go#L667: doc := p.leadComment
parser.go#L1147: doc := p.leadComment
parser.go#L2766: doc := p.leadComment
parser.go#L2774: list = append(list, f(p.leadComment, keyword, iota))
parser.go#L2797: doc := p.leadComment
parser.go#L2896: doc := p.leadComment
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)